home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Jumpstart / Multimedia Microsoft Jumpstart Version 1.1a (Microsoft).BIN / develpmt / source / midikeyb / testkeyb.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-12  |  1.5 KB  |  57 lines

  1. /*    (C) Copyright Microsoft Corp. 1991.  All rights reserved.
  2.  *
  3.  *    You have a royalty-free right to use, modify, reproduce and 
  4.  *    distribute the Sample Files (and/or any modified version) in 
  5.  *    any way you find useful, provided that you agree that 
  6.  *    Microsoft has no warranty obligations or liability for any 
  7.  *    Sample Application Files which are modified. 
  8.  */
  9.  
  10.  
  11. /** testkeyb.h                                                          **/
  12.  
  13. #ifndef _TESTKEYB_H_
  14. #define _TESTKEYB_H_
  15.  
  16.  
  17. /** include midiKeyB stuff **/
  18.     #include "midikeyb.h"               /* include windows.h first      */
  19.  
  20.  
  21. /* misc. defines */
  22.     #define IDM_TEST_DEFAULTKEYB    100
  23.     #define IDM_TEST_LOWHALFKEYB    101
  24.     #define IDM_TEST_HIGHHALFKEYB   102
  25.     #define IDM_TEST_GIANTKEYB      103
  26.     #define IDM_TEST_LABELKEYS      104
  27.     #define IDM_TEST_HIDEOUSCOLORS  105
  28.     #define IDM_TEST_ALLNOTESOFF    106
  29.     #define IDM_TEST_CONFIGURE      107
  30.     #define IDM_TEST_EXIT           109
  31.  
  32.     #define IDM_HELP_ABOUT          190
  33.  
  34.  
  35. /* for the test keyboard control--control id */
  36.     #define IDD_MIDIKEYB            200
  37.  
  38.  
  39. /* for the config dlg box */
  40.     #define IDD_CFG_DEVICE          100
  41.     #define IDD_CFG_CHANNEL         101
  42.     #define IDD_CFG_PATCH           102
  43.     #define IDD_CFG_VOLUME          103
  44.     #define IDD_CFG_VOLTEXT         104
  45.  
  46.  
  47. /* more misc. defines */
  48.     #define TKEYB_WINDOW_WIDTH      600
  49.     #define TKEYB_WINDOW_HEIGHT     200
  50.  
  51.  
  52. #endif
  53.  
  54. /** EOF: testkeyb.h **/
  55.  
  56.  
  57.